ASP.NET MVC Controls
MultiSelectBuilder<T> Class Members
Methods 

The following tables list the members exposed by MultiSelectBuilder<T>.

Public Constructors
 NameDescription
Public ConstructorMultiSelectBuilder<T> ConstructorCreate one MultiSelectBuilder instance.  
Top
Public Methods
 NameDescription
Public MethodBindOverloaded. Sets ItemsSource by builder. (Inherited from C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodCheckedIndexesOverloaded. Sets the CheckedIndexes property.  
Public MethodCheckedMemberPathSets the CheckedMemberPath property.  
Public MethodCheckedValuesOverloaded. Sets the CheckedValues property.  
Public MethodCssClassSets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodCssStyleSets one CSS property. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodCssStylesSets the CSS styles. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodDisplayMemberPathSets the DisplayMemberPath property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodDropDownCssClassSets the DropDownCssClass property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodHeaderFormatSets the HeaderFormat property.  
Public MethodHeaderFormatterSets the HeaderFormatter property.  
Public MethodHeightOverloaded. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodHtmlAttributeSets one HTML attribute. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodHtmlAttributesOverloaded. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIdSets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIsAnimatedSets the IsAnimated property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIsContentHtmlSets the IsContentHtml property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIsDisabledSets isDisabled state of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIsDroppedDownSets the IsDroppedDown property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodIsReadOnlySets the IsReadOnly property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodItemFormatterSets the ItemFormatter property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodItemsSourceIdSets the ItemsSourceId specify which CollectionViewService will be used for this control. (Inherited from C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodItemTemplateContentSets the ItemTemplateContent property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodItemTemplateIdSets the ItemTemplateId property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodMaxDropDownHeightSets the MaxDropDownHeight property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodMaxDropDownWidthSets the MaxDropDownWidth property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodMaxHeaderItemsSets the MaxHeaderItems property.  
Public MethodNameSets the Name property.  
Public MethodOnClientCheckedItemsChangedSets the OnClientCheckedItemsChanged property.  
Public MethodOnClientFormatItemSets the OnClientFormatItem property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodOnClientGotFocusOccurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodOnClientIsDroppedDownChangedSets the OnClientIsDroppedDownChanged property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodOnClientIsDroppedDownChangingSets the OnClientIsDroppedDownChanging property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodOnClientLostFocusOccurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodOnClientSelectedIndexChangedSets the OnClientSelectedIndexChanged property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodPlaceholderSets the Placeholder property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodSelectedValuePathSets the SelectedValuePath property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodShowDropDownButtonSets the ShowDropDownButton property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<T,MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodTemplateBindWhen the control works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodToHtmlStringGet an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodToTemplateTransfer to template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Public MethodWidthOverloaded. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<MultiSelect<T>,MultiSelectBuilder<T>>)
Top
Extension Methods
 NameDescription
Public Extension MethodToTemplateRender the html string in template mode.
Top
See Also

Reference

MultiSelectBuilder<T> Class
C1.Web.Mvc.Fluent Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback